In This Topic
Main library files (All DICOM operations)
- DicomObjects.Net.dll
- DicomObjects.Net.xml (Documentation, IntelliSense tooltip)
Optional
Video support using FFmpeg
FFmpeg native libraries are supplied for Windows, Linux and macOS. Please include only the libraries for the platform(s) your application targets.
Windows
|
32 bit |
64 bit |
- avcodec.x86-61.dll
- avdevice.x86-61.dll
- avfilter.x86-10.dll
- avformat.x86-61.dll
- avutil.x86-59.dll
- swresample.x86-5.dll
- swscale.x86-8.dll
|
- avcodec.x64-61.dll
- avdevice.x64-61.dll
- avfilter.x64-10.dll
- avformat.x64-61.dll
- avutil.x64-59.dll
- swresample.x64-5.dll
- swscale.x64-8.dll
|
| * Please include appropriate DLLs depending on your project platform. You may include both sets of DLLs if your application supports both 32-bit and 64-bit Windows. |
Linux
|
32 bit |
64 bit |
- libavcodec.x32.so.61
- libavdevice.x32.so.61
- libavfilter.x32.so.10
- libavformat.x32.so.61
- libavutil.x32.so.59
- libswresample.x32.so.5
- libswscale.x32.so.8
|
- libavcodec.x64.so.61
- libavdevice.x64.so.61
- libavfilter.x64.so.10
- libavformat.x64.so.61
- libavutil.x64.so.59
- libswresample.x64.so.5
- libswscale.x64.so.8
|
macOS
64-bit only. Each library is supplied as a fully-versioned file together with a short-name companion; please include both files for each library.
- libavcodec.x64.61.19.101.dylib
- libavcodec.x64.61.dylib
- libavdevice.x64.61.3.100.dylib
- libavdevice.x64.61.dylib
- libavfilter.x64.10.4.100.dylib
- libavfilter.x64.10.dylib
- libavformat.x64.61.7.100.dylib
- libavformat.x64.61.dylib
- libavutil.x64.59.39.100.dylib
- libavutil.x64.59.dylib
- libswresample.x64.5.3.100.dylib
- libswresample.x64.5.dylib
- libswscale.x64.8.3.100.dylib
- libswscale.x64.8.dylib